home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00069_Script_69 < prev    next >
Text File  |  1999-09-22  |  235b  |  10 lines

  1. on mouseUp
  2. --  text rewind
  3.   global gmenu,gwpage,gtextpage, gtextmin
  4.   if gwpage > gtextmin then
  5.     set gwpage=gwpage-1
  6.     set the memberNum of sprite 70 to the number of member ("int"&gwpage)
  7.   else
  8.     nothing
  9.   end if
  10. end